home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / oberonv4 / tool / browser.tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1994-07-03  |  423 b   |  13 lines

  1. Syntax10.Scn.Fnt
  2. Browser - the Oberon module broser
  3. Browser.ShowDef (^ | module)
  4.     shows the definition of an Oberon module
  5. Browser.ShowObj (^ | module.object)
  6.     shows the definition of an exported object
  7. Browser.ShowTree {modulename} ~
  8.     shows the hierarchy of exported record types
  9. Examples:
  10.     Browser.ShowDef Oberon
  11.     Browser.ShowObj Files.Set
  12.     Browser.ShowTree Display Viewers MenuViewers TextFrames ~
  13.